object FindNextForm: TFindNextForm Left = 319 Top = 68 BorderStyle = bsDialog Caption = 'Find Next' ClientHeight = 103 ClientWidth = 296 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False OnActivate = FormActivate PixelsPerInch = 96 TextHeight = 13 object GotoNextBut: TButton Left = 32 Top = 72 Width = 75 Height = 25 Caption = '&Goto next' TabOrder = 0 OnClick = GotoNextButClick end object ComboBox1: TComboBox Left = 16 Top = 8 Width = 265 Height = 21 ItemHeight = 13 TabOrder = 1 end object CancelBut: TButton Left = 184 Top = 72 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = CancelButClick end object MatchLabel: TStaticText Left = 56 Top = 40 Width = 185 Height = 17 Alignment = taCenter AutoSize = False BorderStyle = sbsSunken Caption = 'ww' TabOrder = 3 end end